Click or drag to resize
TableServerSend_Command Method
Public Function to send a simple Tangible Command to a Single Slab. the string value of the Slab IP address.the string value of the Tangible Command. this function return type is Response Object Type.
Examples
TableServer tab= new TableServer(); tab.SendCommand("192.186.1.101","mode:1");

Namespace: TangibleFramework
Assembly: ColocartsFramework (in ColocartsFramework.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Response Send_Command(
	string IPSlab,
	string Cmd
)

Parameters

IPSlab
Type: SystemString
Cmd
Type: SystemString

Return Value

Type: Response
See Also